home *** CD-ROM | disk | FTP | other *** search
- TypeIFF 1.1 (c) by Matija Milostnik 1992
- A public domain utility
-
- - Did you ever want to look at the text in an IFF file or on
- the clipboard?
- - Are you using the combo 'cbdump | type opt h' for viewing
- the clipboard contents?
- - Did you ever want to look at the outputfiles of a lot of
- wordprocessors using the IFF standard.
- - Do you usually use 'type opt h' or 'strings' to find out
- the strings in an IFF file?
-
- If you answered with 'yes' to one or more of them, here is
- what you are looking for:
- - TypeIFF
-
- What is it?
- - TypeIFF is a small Type like utility for IFF files. The usage is
- the same as for Type. The option h is not needed anymore. If you want
- to stop the output hit crtl-c.
-
-
- TypeIFF will scan the file using the iffparse.library and print all
- the text in there. The recognised chunks are:
-
- ANNO
- AUTH
- CHRS
- FVER
- NAME
- TEXT
- (c)
- CSTR
-
- If you want more chunks recognised just add your chunk in the huge
- 'if' statement. If someone knows the way to search at any chunk
- in every form please let me konw, cause StopChunk wont do it.
-
- This code is public domain. Enjoy it.
-
- Please send suggestions, flames, donation or a ticket for a
- vacation to Hawaii at:
-
- Matija Milostnik
- Kirchenackerweg 7
- 8050 Zuerich
-
- matija@amiga.physik.unizh.ch
-
- Revision history:
-
- 1.1: Ctrl-c handling added
- 1.0: First public version
-
-